Quartet
Parameters
[First, Second = First, Third = First, Fourth = First]
graph BT
N1["Quartet[First,Second,Third,Fourth]"] -->|inherits| N2["Stringable"];
N1["Quartet[First,Second,Third,Fourth]"] -->|inherits| N3["CollectionAT"];
Characteristics
Quality |
Value |
Inherits |
Stringable, CollectionAT |
Extends |
N/A |
Decorators |
N/A |
Is enum |
false |
Is sealed |
false |
Is extern |
false |
Methods
construct
#Gambol.function.alwaysinline
construct (s Self, first @First?, second @Second?, third @Third?, fourth @Fourth?) -> Self
str
str (s Self, delimiter: String = `, `, quote_begin: String = ```, quote_end: String = ```, enclose_begin: String = `(`, enclose_end: String = `)`) -> String
hash
hash (s Self, hasher strictly @ (Pointer, Len) -> Nil) -> Nil
Binary Operators
=
#default
= (s Self, o Self) -> Self
Properties
first
second
third
fourth