Skip to content

Commit dc278e5

Browse files
committed
add slim_ptr docs
1 parent b8518cd commit dc278e5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ PACKAGE_mir_interpolate = package constant linear spline utility polynomial
5151
PACKAGE_mir_math = sum numeric stat
5252
PACKAGE_mir_math_func = expdigamma
5353
PACKAGE_mir_ndslice_connect = cpython
54-
PACKAGE_mir_rc = package ptr array context
54+
PACKAGE_mir_rc = package ptr array context slim_ptr
5555

5656
PACKAGE_mir_ndslice = \
5757
allocation\

index.d

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ $(BOOKTABLE ,
2424
$(TR $(TDNW $(MREF mir,polynomial)) $(TD Polynomial ref-counted structure))
2525
$(LEADINGROW Reference counting)
2626
$(TR $(TDNW $(MREF mir,rc,array)) $(TD Thread safe reference count array and the iterator to adopt it to ndslice.))
27-
$(TR $(TDNW $(MREF mir,rc,ptr)) $(TD Thread safe reference count pointer for strucs and objects.))
27+
$(TR $(TDNW $(MREF mir,rc,ptr)) $(TD Thread safe reference count pointer with polymorphism support for strucs and objects.))
28+
$(TR $(TDNW $(MREF mir,rc,slim_ptr)) $(TD Thread safe reference count pointer for strucs and objects.))
2829
$(LEADINGROW Containers)
2930
$(TR $(TDNW $(MREF mir,series)★) $(TD Generic series suitable for time-series or semi-immutable ordered maps with CPU cache friendly binary search.))
3031
$(TR $(TDNW $(MREF mir,container,binaryheap)★) $(TD Mir & BetterC rework of Phobos.))

0 commit comments

Comments
 (0)