No matching definitions.

tur/rc

stdlib/rc.tur

reference-counted pointer (rc<T>) for shared ownership.

Since: Phase 9

definstance

Functor[rc]

(definstance Functor [rc])

Functor instance for rc<T>.

Since: Phase HKT H3

definstance

Foldable[rc]

(definstance Foldable [rc])

Foldable instance for rc<T>.

Since: Phase HKT S6

definstance

Clone[rc]

(definstance Clone [rc])

SINCE: Phase B1

Since: Phase B1

Internal definitions
__functor_rc_fmap-- SINCE: Phase HKT H3