object DefaultBuiltins: AliasedLibrary, Any
Fields
Extensions
getAllOperators
fun Library.getAllOperators(): Sequence
Receiver
Name | Description |
---|---|
Library
|
ReturnValue
Name | Description |
---|---|
Sequence
|
plus
operator fun <L : AliasedLibrary> L.plus(library: L): LibraryGroup<AliasedLibrary>
Receiver
Name | Description |
---|---|
L
|
Parameters
Name | Description |
---|---|
library: L
|
ReturnValue
Name | Description |
---|---|
LibraryGroup<AliasedLibrary>
|
Creates a library group from this library aliased and the "added" one