Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL
 scala.runtime.Arrays
 
  All but the first two operations should be short-circuited and implemented specially by the backend.
  
 
  Attributes
  
   - 
    Source
   
- 
    Arrays.scala
   
- 
    Graph
   
- 
    
     
     
     
     
- 
    Supertypes
   
- 
    
     
     
      trait Matchable
      
      class Any
      
 
- 
    Self type
   
- 
    
   
 
 Members list
 
 
  
   
    
     
      
      
       
        
         
         
        
        
         
          
          
         
         
          
          
           
           
            
             Create an array of a reference type T.
             
            
             
              Create an array of a reference type T.
              
             Attributes
             
              - 
               Source
              
- 
               Arrays.scala
              
 
            
           
          
         
        
         
          
          
         
         
          
          
           
           
            
             Creates an array of some element type determined by the given ClassTag argument. The erased type of applications of this method is Object.
             
            
             
              Creates an array of some element type determined by the given ClassTag argument. The erased type of applications of this method is Object.
              
             Attributes
             
              - 
               Source
              
- 
               Arrays.scala
              
 
            
           
          
         
        
         
          
          
         
         
          
          
           
           
            
             Convert a sequence to a Java array with element type given by clazz.
             
            
             
              Convert a sequence to a Java array with element type given by clazz.
              
             Attributes
             
              - 
               Source
              
- 
               Arrays.scala