File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 22
33(define collection 'multi )
44
5- (define deps '(("base " #:version "7.3 .0.11 " )
5+ (define deps '(("base " #:version "7.5 .0.15 " )
66 "source-syntax "
77 "pconvert-lib "
88 "compatibility-lib " ;; to assign types
Original file line number Diff line number Diff line change 300300 [unsafe-bytes-set! (-> -Bytes index-type index-type -Void)]
301301 [subbytes (cl-> [(-Bytes index-type) -Bytes] [(-Bytes index-type index-type) -Bytes])]
302302 [bytes-copy! (-Bytes index-type -Bytes [index-type index-type] . ->opt . -Void)]
303+ [unsafe-bytes-copy! (-Bytes index-type -Bytes [index-type index-type] . ->opt . -Void)]
303304 [bytes-fill! (-> -Bytes index-type -Void)]
304305 [bytes->string/utf-8 (-Bytes [(Un (-val #f ) -Char) index-type index-type] . ->opt . -String)]
305306 [bytes->string/locale (-Bytes [(Un (-val #f ) -Char) index-type index-type] . ->opt . -String)]
You can’t perform that action at this time.
0 commit comments