Skip to content

Commit

Permalink
Merge pull request #7641 from kivra-pauoli/feature/type-binary-part
Browse files Browse the repository at this point in the history
Export documented and exposed type binary:part/0
  • Loading branch information
bjorng committed Sep 12, 2023
2 parents c47cc4f + 9ecff70 commit 6674ed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/stdlib/src/binary.erl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

-opaque cp() :: {'am' | 'bm', reference()}.
-type part() :: {Start :: non_neg_integer(), Length :: integer()}.
-export_type([part/0]).

%%% BIFs.

Expand Down

0 comments on commit 6674ed5

Please sign in to comment.