-
Notifications
You must be signed in to change notification settings - Fork 613
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide default printing function for map_like and array_like native …
…objects Summary: `array_like` and `map_like` implementations should generally print out to similar looking trees. This diff provides a default implementation for the *very* common case. This is useful in future diffs where we make additions to the standard library which use array-like and map-like native objects more. Reviewed By: yoney Differential Revision: D68007921 fbshipit-source-id: b8a4c3e379112584960e1f535b24324a671e213b
- Loading branch information
1 parent
a1687a5
commit 6802998
Showing
3 changed files
with
67 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters