Where can I find the DEFINITION of vibe IOMode ??

drug drug2004 at bk.ru
Sat Sep 5 19:22:17 UTC 2020


05.09.2020 22:17, Andy Balba пишет:
> Where do I fine where IOMode is defined..  as in the last line of ...
> 
> module vibe.core.stream;
> 
> import vibe.internal.traits : checkInterfaceConformance, 
> validateInterfaceConformance;
> import vibe.internal.interfaceproxy;
> import core.time;
> import std.algorithm;
> import std.conv;
> 
> public import eventcore.driver : IOMode;
> 
> After endless searches, I find many references to it, but never a 
> DEFINITION of it
> 


https://github.com/vibe-d/eventcore/blob/a027c233c2542de8372bbff25d0a4804f32a094e/source/eventcore/driver.d#L1087


More information about the Digitalmars-d-learn mailing list