Skip to content

Bool32 sometimes very difficult to use #35

Description

@pjabardo

Bool32 is defined as a 32 bit primitive but no methods of any kind are available so some functions that use this argument are difficult to use. Is there a specific reason for this? Couldn't Bool32 be defined as a Int32?

Replace the line in NIDAQ.jl
primitive type Bool32<:Integer 32 end

with
const Bool32 = Int32

Paulo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions