YMD.resolveYMD

Turns the array of ints into a Tuple of three, representing the year, month, and day.

struct YMD
resolveYMD
(
R
N
)
if (
is(NumericTypeOf!N : size_t)
)

Parameters

mstridx
Type: N

The index of the month in the data

yearfirst
Type: bool

if the year is first in the string

dayfirst
Type: bool

if the day is first in the string

Return Value

Type: auto

tuple of three ints

Meta