concepts ~master (2021-12-22T05:47:49.7677251)
Dub
Repo
FooAbstractClass
concepts
implements
Undocumented in source.
version(unittest)
class
FooAbstractClass {
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. Be warned that the author may not have intended to support it.
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