siryul ~master (2021-06-03T17:05:54Z)
Home
Dub
Repo
TestNull
siryul
siryul
Undocumented in source.
version(unittest)
struct
TestNull {
import
std
.
typecons
:
Nullable
;
;
uint
notNull
;
string
aString
;
uint
[]
emptyArray
;
Nullable
!
uint
aNullable
;
Nullable
!(
uint
,
0
)
anotherNullable
;
Nullable
!
SysTime
noDate
;
Nullable
!
TestEnum
noEnum
;
void
toString
(void delegate(const(char)[]) @(safe) sink);
}
Members
Functions
toString
void
toString
(void delegate(const(char)[]) @(safe) sink)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
aNullable
Nullable
!
uint
aNullable
;
Undocumented in source.
aString
string
aString
;
Undocumented in source.
anotherNullable
Nullable
!(
uint
,
0
)
anotherNullable
;
Undocumented in source.
emptyArray
uint
[]
emptyArray
;
Undocumented in source.
noDate
Nullable
!
SysTime
noDate
;
Undocumented in source.
noEnum
Nullable
!
TestEnum
noEnum
;
Undocumented in source.
notNull
uint
notNull
;
Undocumented in source.
Meta
Source
See Implementation
siryul
siryul
aliases
siryulizers
toFormattedString
enums
AutoDetect
ISO8601
ISO8601Extended
TestEnum
functions
fromFile
fromString
properties
toFile
toString
structs
Empty
Test2
TestNull
templates
isSiryulizer
isTimeType