query
On this page

isGVariant

lib.gvariant.isGVariant

Docs pulled from | This Revision | about 1 hour ago


Check if a value is a GVariant value

Inputs

v

value to check

Type

isGVariant :: Any -> Bool

Noogle detected

Implementation

The following is the current implementation of this function.

isGVariant = v: v._type or "" == "gvariant";