Skip to content

one of these is not like the other (signature, arg and args) #29

@JeffreySarnoff

Description

@JeffreySarnoff

"""
findfirstsortedequal(vars::DenseVector{Int64}, var::Int64)::Union{Int64,Nothing}

Note that this differs from searchsortedfirst by returning nothing when absent.
"""

function findfirstsortedequal(
    var::Int64,
    vars::DenseVector{Int64},
    ::Val{basecase} = Base.libllvm_version >= v"17" ? Val(8) : Val(128),
) where {basecase}
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions