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 N

The index of the month in the data

yearfirst bool

if the year is first in the string

dayfirst bool

if the day is first in the string

Return Value

Type: auto

tuple of three ints

Meta