dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
Set
stdext
array
////////////////////////////////////////////////////////////////////
struct
Set (
T
) {
bool
[
T
]
_payload
;
}
Alias This
_payload
Meta
Source
See Implementation
stdext
array
structs
Set
////////////////////////////////////////////////////////////////////