package core_kernel
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Industrial strength alternative to OCaml's standard library
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v0.14.2.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=66f5353964d35a994ec7fdc88fe60ae5d497ac89a8042786f3e37d9e2202ce4b
    
    
  md5=ede2f6d22eaa8320f88bac67d41b5cff
    
    
  doc/core_kernel.iobuf/Iobuf/Blit/index.html
Module Iobuf.Blit
Blit copies between iobufs and advances neither src nor dst.
Blit.S1_permissions defines the type parameters in reverse order!
include Core_kernel.Blit.S1_permissions
  with type ('seek, 'rw) t := ('rw, 'seek) t
val blit : 
  (([> Core_kernel.Perms.Export.read ], 'a) t,
    ([> Core_kernel.Perms.Export.write ], 'a) t)
    Base.Blit.blitval blito : 
  (([> Core_kernel.Perms.Export.read ], 'a) t,
    ([> Core_kernel.Perms.Export.write ], 'a) t)
    Base.Blit.blitoval unsafe_blit : 
  (([> Core_kernel.Perms.Export.read ], 'a) t,
    ([> Core_kernel.Perms.Export.write ], 'a) t)
    Base.Blit.blitval sub : ([> Core_kernel.read ], _) t -> pos:int -> len:int -> (_, _) tOverride types of sub and subo to allow return type to have seek/no_seek as needed.
val subo : ?pos:int -> ?len:int -> ([> Core_kernel.read ], _) t -> (_, _) tval blit_maximal : 
  src:([> Core_kernel.read ], _) t ->
  ?src_pos:int ->
  dst:([> Core_kernel.write ], _) t ->
  ?dst_pos:int ->
  unit ->
  intCopies as much as possible (returning the number of bytes copied) without running out of either buffer's window.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >