concepts ~master (2021-12-22T05:47:49.7677251)
Dub
Repo
IFoo
concepts
implements
Undocumented in source.
version(unittest)
interface
IFoo {
int
foo
(int i, string s);
double
lefoo
(string s);
}
Members
Functions
foo
int
foo
(int i, string s)
Undocumented in source.
lefoo
double
lefoo
(string s)
Undocumented in source.
Meta
Source
See Implementation
concepts
implements
aliases
Identity
classes
FooAbstractClass
FooClass
functions
useBar
useFoo
useFooandBar
interfaces
IBar
IFoo
structs
Bar
Foo
FooBar
UnsafeBar
templates
implements