Skip to content

Commit 6570b3e

Browse files
authored
add mir.date (#236)
1 parent cdc31b8 commit 6570b3e

File tree

3 files changed

+2590
-0
lines changed

3 files changed

+2590
-0
lines changed

index.d

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ $(BOOKTABLE ,
1919
$(TR $(TDNW $(MREF mir,small_string)) $(TD Generic Small Strings))
2020
$(TR $(TDNW $(MREF mir,array,allocation)) $(TD `std.array` reworked for Mir))
2121
$(TR $(TDNW $(MREF mir,range)) $(TD Ranges))
22+
$(LEADINGROW Date and time)
23+
$(TR $(TDNW $(MREF mir,date)) $(TD Fast BetterC Date type with Boost ABI and mangling compatability))
2224
$(LEADINGROW NDarrays and Algorithms)
2325
$(TR $(TDNW $(MREF mir,ndslice)★) $(TD Package for ndarrays and iteration algorithms.))
2426
$(TR $(TDNW $(MREF mir,range)) $(TD Additoinal primitive ranges. See also $(MREF mir,ndslice), which contains a lot of range constructos.))

meson.build

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ sources_list = [
1515
'mir/combinatorics/package',
1616
'mir/container/binaryheap',
1717
'mir/cpp_export/numeric',
18+
'mir/date',
1819
'mir/exception',
1920
'mir/format_impl',
2021
'mir/format',

0 commit comments

Comments
 (0)