Skip to content

Issue with Representations class #1

@CSSenior

Description

@CSSenior

First of all, thanks for your efforts creating this package, I was able to transfer it into swift 4 and deploy it after fixing all the issue. but only one issue remained with a single line of code :

here is the code that gives the error inside Representations.swift file:
return withUnsafePointer(to: &copyOfValue) {
Array(UnsafeBufferPointer(start: UnsafePointer($0), count: totalBytes)).reverse()
}

and here is the error
Type of expression is ambiguous without more context

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions