query
On this page

mkUint64

lib.gvariant.mkUint64

Docs pulled from | This Revision | about 1 hour ago


Returns the GVariant uint64 from the given Nix int value.

Type

mkUint64 :: Int -> gvariant

Noogle detected

Implementation

The following is the current implementation of this function.

mkUint64 = mkPrimitive type.uint64;