Skip to content

add: elements limit option #102

@YusukeHosonuma

Description

@YusukeHosonuma

For example:

Debug.sharedOption = Debug.Option(prefix: nil, indentSize: 4, elementsLimit: 3)
let array = [1, 2, 3, 4, 5]

Debug.prettyPrint(array)
// [
//     1,
//     2,
//     3,
//     ...
// ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    proposalNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions